home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / ie / turkish / win95 / trmsie3m.exe / 1033 / RCDATA / CABINET / ADDONS.INF < prev    next >
Windows Setup INFormation  |  1996-09-12  |  1KB  |  60 lines

  1. ; Microsoft Internet Explorer v3.0 Add-ons Installation
  2. ; Copyright (c) 1996 Microsoft Corporation
  3.  
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. SetupClass=Base
  8.  
  9.  
  10. ;    INSTALLATION SECTIONS
  11.  
  12. [Win95InstallSection]
  13. AddReg=Win95.AddReg
  14. DelReg=Java.DelReg
  15.  
  16.  
  17. [WinNTx86InstallSection]
  18. AddReg=WinNT.AddReg
  19. DelReg=Java.DelReg
  20.  
  21.  
  22.  
  23. [Win95.AddReg]
  24. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/default.asp"
  25.  
  26.  
  27.  
  28.  
  29. [WinNT.AddReg]
  30. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnt.asp"
  31.  
  32.  
  33.  
  34.  
  35. [Java.DelReg]
  36. HKLM,"Software\Microsoft\Java VM","IE 3.0 To Install ClassesBuild"
  37.  
  38.  
  39.  
  40.  
  41. ;    STRINGS
  42. [Strings]
  43.  
  44. ;Non-Localizable
  45. FIRST_PAGE = "http://www.microsoft.com/ie"
  46.  
  47.  
  48.  
  49. ;Localizable
  50. LOCALIZED_DIR = "_intl/tr"
  51.  
  52. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  53. ; pages, where XX is the two letter language code found on:
  54. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  55. ; For Example
  56. ;
  57. ; Germain: LOCALIZED_DIR                    = "_intl/de"
  58. ; Spanish: LOCALIZED_DIR                    = "_intl/se"
  59. ; French: LOCALIZED_DIR                        = "_intl/fr"
  60.